[@main]
#IF
checkmonmap rzbattle6 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 6 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room6.txt
addnamelist battlesystem/room7.txt
goto @nextroom

[@nextroom]
<Room 6 Completed>\
\
Well done on completing the sixth room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 7/@room7> || <Exit/@giveup>

[@room7]
#IF
checkhum rzbattle7 1
#ACT
goto @error
#ELSEACT
monclear rzbattle7
Param1 rzbattle7
Param2 20
Param3 20
MonGen ZumaGuardian01 1 10
MonGen ZumaArcher 5 10
MonGen ZumaGuardian 6 10
mapmove rzbattle7

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room7>

